Resources Home
CSS3 and HTML5 Articles
User rating:
5 Yays
4 Nays


50 Advanced HTML5 Demos
50 awesome HTML5 demos to show its true potential.
User rating:
4 Yays
4 Nays


Text-overflow CSS3 property explained
Using CSS3's text-overflow property, one can easily add an ellipsis to truncated text to indicate there is more text to follow.
User rating:
7 Yays
1 Nays


Creating a Speech Bubble With CSS3
Using the CSS3 pseudo-element :after plus the fact that borders in CSS are met at an angle, this article shows you how to create pure HTML speech bubbles.
User rating:
10 Yays
3 Nays


HTML5 Forms Validation in Firefox 4
Firefox 4 will support enhanced HTML5 based form validation such as email validation, whether password fields match etc, all without having to use any JavaScript.
User rating:
14 Yays
6 Nays


Using CSS Text-Shadow to Create Cool Text Effects
By getting creative with CSS3's text-shadow property and playing around with the colours, offset and blurring, we can create some clever and pretty cool text effects!
User rating:
4 Yays
4 Nays


CSS3 Gradient Menu Buttons
A look at using CSS3's border-radius, box-shadow, and linear gradients properties to create glossy looking menu buttons that use NO images.
User rating:
2 Yays
1 Nays


HTML5 Empowers The Web Designing Experience
A overview of some of the changes and new features in HTML5 and how they can empower the web design experience.
User rating:
4 Yays
1 Nays


Fun with HTML5 Forms
A nice break down of the new HTML5 features and progressive improvements for forms.
User rating:
5 Yays
2 Nays


25 Excellent CSS3 Animations
25 cool CSS3 based animations normally delegated to JavaScript.
User rating:
2 Yays
1 Nays


Using DOM sessionStorage and localStorage to persist large amounts of info
HTML5 introduces DOM Storage, a new way of storing data on the client side that overcomes the disk space limitations of JavaScript cookies.